Although one major source of order>0 allocations has been removed,
others still remain, so re-disable tmem until the issue can be fixed
properly.
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
#define EXPORT /* indicates code other modules are dependent upon */
-EXPORT bool_t __read_mostly opt_tmem = 1;
+EXPORT bool_t __read_mostly opt_tmem = 0;
boolean_param("tmem", opt_tmem);
EXPORT bool_t __read_mostly opt_tmem_compress = 0;